Skip to content

chore(deps): bump sitemap_generator from 2b4fc4b to 7479883#2536

Merged
mroderick merged 1 commit intomasterfrom
dependabot/bundler/sitemap_generator-7479883
Apr 11, 2026
Merged

chore(deps): bump sitemap_generator from 2b4fc4b to 7479883#2536
mroderick merged 1 commit intomasterfrom
dependabot/bundler/sitemap_generator-7479883

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps sitemap_generator from 2b4fc4b to 7479883.

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [sitemap_generator](https://github.com/kjvarga/sitemap_generator) from `2b4fc4b` to `7479883`.
- [Commits](kjvarga/sitemap_generator@2b4fc4b...7479883)

---
updated-dependencies:
- dependency-name: sitemap_generator
  dependency-version: 747988328566c84b0b8aa1ab898ababc371284dc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies ruby Pull requests that update Ruby code labels Mar 23, 2026
Copy link
Copy Markdown
Collaborator

@mroderick mroderick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependency Upgrade Review: sitemap_generator 2b4fc4b7479883

PR Scope

Dependency-only — only Gemfile.lock modified (1 file changed)

Changes in Dependency

The upgrade includes 5 commits:

  1. AWS upload fix - Fixes S3 upload with newer aws-sdk
  2. Rake task simplification - Internal refactoring
  3. Spec fixes - Internal test improvements
  4. Method-missing improvements - Better delegation to ancestors
  5. Rails railtie enhancements - More flexible configuration

These are all internal improvements, bug fixes, and new features — no breaking changes that would affect API behavior.

Usage in Repository

sitemap_generator is used in config/sitemap.rb only:

  • Sets the default host
  • Adds static page links to the sitemap

The code uses basic API: SitemapGenerator::Sitemap.default_host and Sitemap.create { add(...) }

Compatibility Assessment

Compatible — Changes are:

  • Bug fixes (AWS upload)
  • Internal refactoring
  • Rails configuration improvements

None of these affect the basic API used in this codebase.

Test Coverage

  • No dedicated sitemap tests exist in the codebase
  • The library is used passively (just runs to generate sitemap XML)
  • If issues occur, they'd surface on deploy when rake sitemap:refresh runs

Confidence Rating

High — Changes are internal/library improvements, no used APIs affected. This is a patch upgrade within v6.x.

@mroderick mroderick merged commit 38468e0 into master Apr 11, 2026
26 of 28 checks passed
@mroderick mroderick deleted the dependabot/bundler/sitemap_generator-7479883 branch April 11, 2026 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant